Don't use periods at end of help text for consistency.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 1 Nov 2005 01:08:07 +0000 (01:08 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 1 Nov 2005 01:08:07 +0000 (01:08 +0000)
gpsbabel/cetus.c
gpsbabel/coto.c
gpsbabel/navicache.c
gpsbabel/tiger.c

index 272037b6b64e230bf78c87edc0b99034a8ebf98e..ca1bc49f8667e95760ed60b26c514e23d7ed354c 100644 (file)
@@ -149,7 +149,7 @@ static char *appendicon = NULL;
 static
 arglist_t cetus_args[] = {
        {"dbname", &dbname, "Database name", NULL, ARGTYPE_STRING },
-       {"appendicon", &appendicon, "Append icon_descr to description.",
+       {"appendicon", &appendicon, "Append icon_descr to description",
                NULL, ARGTYPE_BOOL },
        {0, 0, 0, 0 }
 };
index 1869aa2edcaef331fd5d121e07ebfe0691087091..76ac95b47746556c1514f461bb83f3c7d9e8f148 100644 (file)
@@ -102,8 +102,8 @@ static char *internals = NULL;
 
 static
 arglist_t coto_args[] = {
-       {"zerocat", &zerocat, "Name of the 'unassigned' category.", NULL, ARGTYPE_STRING },
-       {"internals", &internals, "Export some internal stuff to notes.", NULL, ARGTYPE_STRING | ARGTYPE_HIDDEN },
+       {"zerocat", &zerocat, "Name of the 'unassigned' category", NULL, ARGTYPE_STRING },
+       {"internals", &internals, "Export some internal stuff to notes", NULL, ARGTYPE_STRING | ARGTYPE_HIDDEN },
        {0, 0, 0, 0, 0 }
 };
 
index 72ede63e6275a4fb278bbf6338ab4866359dec6c..74d8e0e4d7e59a331a40e2966109e81b67c63387 100644 (file)
@@ -32,7 +32,7 @@ static char *noretired = NULL;
 
 static
 arglist_t nav_args[] = {
-       {"noretired", &noretired, "Suppress retired geocaches.",
+       {"noretired", &noretired, "Suppress retired geocaches",
                NULL, ARGTYPE_BOOL },
        {0, 0, 0, 0, 0}
 };
index 50b3a70bc8279e1f1a4d9db02a26f53a4cb31be2..9348d19ac792fa385bbc256cfc996754e594ddb0 100644 (file)
@@ -62,35 +62,35 @@ static char *clickmap = NULL;
 
 static
 arglist_t tiger_args[] = {
-       {"nolabels", &nolabels, "Suppress labels on generated pins.",
+       {"nolabels", &nolabels, "Suppress labels on generated pins",
                NULL, ARGTYPE_BOOL },
-       {"genurl", &genurl, "Generate file with lat/lon for centering map.",
+       {"genurl", &genurl, "Generate file with lat/lon for centering map",
                NULL, ARGTYPE_OUTFILE },
-       {"margin", &margin, "Margin for map.  Degrees or percentage.",
+       {"margin", &margin, "Margin for map.  Degrees or percentage",
                "15%", ARGTYPE_FLOAT},
-       {"snlen", &snlen, "Max shortname length when used with -s.",
+       {"snlen", &snlen, "Max shortname length when used with -s",
                "10", ARGTYPE_INT, "1", NULL},
        {"oldthresh", &oldthresh, 
-               "Days after which points are considered old.",
+               "Days after which points are considered old",
                "14", ARGTYPE_INT},
-       {"oldmarker", &oldmarker, "Marker type for old points.",
+       {"oldmarker", &oldmarker, "Marker type for old points",
                "redpin", ARGTYPE_STRING},
-       {"newmarker", &newmarker, "Marker type for new points.",
+       {"newmarker", &newmarker, "Marker type for new points",
                "greenpin", ARGTYPE_STRING},
        {"suppresswhite", &suppresswhite,
                "Suppress whitespace in generated shortnames", 
                NULL, ARGTYPE_BOOL },
-       {"unfoundmarker", &unfoundmarker, "Marker type for unfound points.",
+       {"unfoundmarker", &unfoundmarker, "Marker type for unfound points",
                "bluepin", ARGTYPE_STRING},
-       {"xpixels", &xpixels, "Width in pixels of map.",
+       {"xpixels", &xpixels, "Width in pixels of map",
                "768", ARGTYPE_INT},
-       {"ypixels", &ypixels, "Height in pixels of map.",
+       {"ypixels", &ypixels, "Height in pixels of map",
                "768", ARGTYPE_INT},
        {"iconismarker", &iconismarker,
                "The icon description is already the marker", NULL,
                ARGTYPE_BOOL },
 #if CLICKMAP
-       {"clickmap", &clickmap, "Generate Clickable map web page.",
+       {"clickmap", &clickmap, "Generate Clickable map web page",
                NULL, ARGTYPE_BOOL},
 #endif
        {0, 0, 0, 0, 0}